    /* 移动端 */

.nav ul .nav-li{
    position: relative;
}


 .container ul{
    position: absolute;

    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);

    height: auto;
    transition: .3 all;
    /* left: -2%; */
    left: 0;
    top: 0%;
    
}

@media screen and (max-width:1199px) {
    .banner .cont{
        display: none;
    }
    .pc-footer{
        display: none;
    }
    .bot{
        display: none;
    }
    .swiper1{
        display: none;
    }
}
/* pc端 */
@media screen and (min-width:1200px) {
    .mob {
        display: none;
    }
    .footer{
        display: none;
    }
    .bottom, .bottom2{
        display: none;
    }
    .swipermo{
        display: none;
    }
}
 